lcWndExeCommand Home

The executive predicate for the LiteCAD command set.

 BOOL lcWndExeCommand (
   HANDLE hLcWnd,
   int Command,
   int CmdParam
 );

Parameters
hLcWnd
  Handle to LiteCAD graphics window.
Command
  LiteCAD command identifier.
CmdParam
  Parameter for the command. Defines various modes for some commands.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).